home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / src / gsm / readme < prev   
Text File  |  2000-05-18  |  2KB  |  38 lines

  1. /*
  2.  * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  3.  * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
  4.  * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  5.  */
  6.  
  7. GSM 06.10 13 kbit/s RPE/LTP speech compression available
  8. --------------------------------------------------------
  9.  
  10. The Communications and Operating Systems Research Group (KBS) at the
  11. Technische Universitaet Berlin is currently working on a set of
  12. UNIX-based tools for computer-mediated telecooperation that will be
  13. made freely available.
  14.  
  15. As part of this effort we are publishing an implementation of the
  16. European GSM 06.10 provisional standard for full-rate speech
  17. transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  18. excitation/long term prediction) coding at 13 kbit/s.
  19.  
  20. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
  21. rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
  22. with typical UNIX applications, our implementation turns frames of 160
  23. 16-bit linear samples into 33-byte frames (1650 Bytes/s).
  24. The quality of the algorithm is good enough for reliable speaker
  25. recognition; even music often survives transcoding in recognizable 
  26. form (given the bandwidth limitations of 8 kHz sampling rate).
  27.  
  28. The interfaces offered are a front end modelled after compress(1), and
  29. a library API.  Compression and decompression run faster than realtime
  30. on most SPARCstations.  The implementation has been verified against the
  31. ETSI standard test patterns.
  32.  
  33. Jutta Degener (jutta@cs.tu-berlin.de)
  34. Carsten Bormann (cabo@cs.tu-berlin.de)
  35.  
  36. Communications and Operating Systems Research Group, TU Berlin
  37. Fax: +49.30.31425156, Phone: +49.30.31424315
  38.